home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / QuickDraw / NewCCursor / NewCCursor.make < prev    next >
Encoding:
Text File  |  1995-06-12  |  458 b   |  20 lines  |  [TEXT/MPS ]

  1. #   File:       NewCCursor.make
  2. #   Target:     NewCCursor
  3. #   Sources:    NewCCursor.c
  4. #   Created:    Tuesday, May 30, 1995 4:37:19 PM
  5.  
  6.  
  7. OBJECTS = NewCCursor.c.o
  8.  
  9.  
  10. NewCCursor ƒƒ NewCCursor.make {OBJECTS}
  11.     Link -t APPL -c '????' -w ∂
  12.         "{SCLibraries}"SCMainC.a.o ∂
  13.         {OBJECTS} ∂
  14.         "{SCLibraries}"SCLibc881.o ∂
  15.         "{Libraries}"Runtime.o ∂
  16.         "{Libraries}"Interface.o ∂
  17.         -o NewCCursor
  18. NewCCursor.c.o ƒ NewCCursor.make NewCCursor.c
  19.      SC -r  -O all NewCCursor.c
  20.